home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / SourceCode / OOP_Course / Examples / DrawTests / Composite / CompView.h < prev    next >
Text File  |  1992-12-19  |  422b  |  25 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import "MouseView.h"
  5. #import <appkit/appkit.h>
  6.  
  7. @interface CompView:MouseView
  8. {
  9.     int         compType;
  10.     id         sqImage,bgImage;
  11.     float     sqSide, backgroundGray;
  12.     float     xOffset, yOffset;
  13.         NXRect     sqRect,oldRect,bgRect;
  14.     NXPoint currentPoint,oldPoint;
  15. }
  16.  
  17. - (float)backgroundGray;
  18. - takeBackgroundGrayFrom:sender;
  19. - moveSquare;
  20. - setSqImage;
  21. - setBgImage;
  22. - compositeType:sender;
  23.  
  24. @end
  25.